home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
craise.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
416b
|
20 lines
.TH CRAISE
6 "IRIT Version 6.0"
.SH NAME
CRAISE
CurveType CRAISE( CurveType Curve, NumericType NewOrder )
Raise Curve to the NewOrder Order specified.
Example:
Crv = cbezier( list( ctlpt( E2, -0.7, 0.3 ),
ctlpt( E2, 0.0, 1.0 ),
ctlpt( E2, 0.7, 0.0 ) ) );
Crv2 = CRAISE( Crv, 5 );
raises the 90 degrees corner Bezier curve Crv to be a quartic.